home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / appl / fzzplot.sit / FzzPlot 7.2.rsrc / HELP_7_File Menu Commands.txt < prev    next >
Encoding:
Text File  |  1987-04-27  |  4.6 KB  |  92 lines

  1. # (decoded with TMPL 21263)
  2. Help Text: '    The ΓÇ£FileΓÇ¥ menu (the second one from the left edge of the screen) provides commands that allow you to open datafiles for plotting, save formats or plots, close plot windows, and print plots, as well as commands to leave FzzPlot.
  3.  
  4.     The commands covered are:
  5.  
  6.         New FormatΓǪ
  7.         OpenΓǪ
  8.         Close
  9.         Save FormatΓǪ
  10.         Save PlotΓǪ
  11.         RevertΓǪ
  12.         Page SetupΓǪ
  13.         PrintΓǪ
  14.         TransferΓǪ
  15.         Quit
  16.  
  17. --------
  18.     The ΓÇ£New FormatΓǪΓÇ¥ command
  19.     
  20.     ΓÇ£New FormatΓǪΓÇ¥ will set an existing plot to FzzPlot's ΓÇ£default formatΓÇ¥, that is, the format that is applied when a textfile is opened. This format is the following:
  21.  
  22.         X Axis Label : ΓÇ£Horizontal AxisΓÇ¥
  23.         Y Axis Label : ΓÇ£Vertical AxisΓÇ¥
  24.         Plot Title : ΓÇ£Untitled PlotΓÇ¥
  25.         Linear axis scaling on both axes
  26.         Label ticks with integral values only
  27.         Show tick labels to 2 decimal places on both axes
  28.         Show point markers
  29.  
  30. This command is convenient when youΓÇÖve made a number of changes, don't like the result, and you want to start from scratch. ΓÇ£New FormatΓǪΓÇ¥ is dimmed if you donΓÇÖt have any plot windows open, or if the frontmost window is a Desk Accessory window.
  31.  
  32. --------
  33.     The ΓÇ£OpenΓǪΓÇ¥ command
  34.  
  35.     ΓÇ£OpenΓǪΓÇ¥ presents a list of files. In this list are textfiles and binary data files (created by FzzPlot) that can be opened. If you pick a file and open it, FzzPlot will read the file and draw a plot. If the file is a binary data file, the plot's format will also be restored.
  36.  
  37.     Be aware that FzzPlot will allow you to open any text file. If you open a text file that doesn't have any plot data in it, FzzPlot will display an error message. Also, a message will be displayed if thereΓÇÖs not enough memory to load a file.
  38.  
  39. --------
  40.     The ΓÇ£CloseΓÇ¥ command
  41.  
  42.     The functionality of ΓÇ£CloseΓÇ¥ depends on what kind of window is the frontmost window; if a Desk Accesory window is frontmost, then the Desk Accessory will be closed. (For you concerned programmers, a call to CloseDeskAcc(WindowPeek(FrontWindow)^.windowKind) is issued, so the DA gets closed normally.)
  43.  
  44.     If a plot window is frontmost, then the plot window is closed, and all of the information about the plot and the plotΓÇÖs data is forgotten. The memory occupied by the plot is released.
  45.  
  46.     If no windows are open, the ΓÇ£CloseΓÇ¥ command is dimmed.
  47.  
  48. --------
  49.     The ΓÇ£Save FormatΓǪΓÇ¥ command
  50.  
  51.     The ΓÇ£Save FormatΓǪΓÇ¥ command saves the current plotΓÇÖs formatting information to a file. This command is useful if you have a number of plots that you wish to have the same format, or if you prefer not to save the plot as a binary file, you can save the format so that you wonΓÇÖt have to go through the whole formatting process when you reload the data.
  52.  
  53. --------
  54.     The ΓÇ£Save PlotΓǪΓÇ¥ command
  55.  
  56.     The ΓÇ£Save PlotΓǪΓÇ¥ command saves the current plotΓÇÖs data and all of the formatting information in a binary file. The advantage of a binary file is that it can be re-loaded very quickly, which is useful if youΓÇÖre dealing with large amounts of data.
  57.  
  58.     A note: when you save an entire plot as a binary file, only the currently plotted data is saved. This means that if you reload a binary file, you wonΓÇÖt be able to change the axis scales. A semi-log plot that gets saved will always be a semi-log plot.
  59.  
  60. --------
  61.     The ΓÇ£RevertΓÇ¥ command
  62.  
  63.     The ΓÇ£RevertΓÇ¥ command does nothing, and is always disabled. It may be used in future versions of FzzPlot that support the creating and editing of data.
  64.  
  65. --------
  66.     The ΓÇ£Page SetupΓǪΓÇ¥ command
  67.  
  68.     The ΓÇ£Page SetupΓǪΓÇ¥ command presents the Page Setup dialog box for the printer that youΓÇÖre using. The current settings of the Page Setup box apply to all plots that get printed out.
  69.  
  70.     ItΓÇÖs recommended that you set the page orientation to sideways (ΓÇ£LandscapeΓÇ¥) for better looking printouts.
  71.  
  72.     Do NOT change the scaling (or ΓÇ£reductionΓÇ¥) setting. The results will be undesirable.
  73.  
  74. --------
  75.     The ΓÇ£PrintΓǪΓÇ¥ command
  76.  
  77.     The ΓÇ£PrintΓǪΓÇ¥ command prints out your plot according to the current settings of the Page Setup box. The ΓÇ£PrintΓǪΓÇ¥ command will be dimmed if there are no plot windows open or if a Desk Accessory window is the front window.
  78.  
  79. --------
  80.     The ΓÇ£TransferΓǪΓÇ¥ command
  81.  
  82.     The ΓÇ£TransferΓǪΓÇ¥ command allows you to leave FzzPlot and run another application, without having to return to the Finder. All open windows will be closed, as described under ΓÇ£The "Close" commandΓÇ¥, above.
  83.  
  84.     WARNING: Do NOT use ΓÇ£TransferΓǪΓÇ¥ when running under the Switcher, Servant, or Juggler.
  85.  
  86. --------
  87.     The ΓÇ£QuitΓÇ¥ command
  88.  
  89.     The ΓÇ£QuitΓÇ¥ command closes all open windows and quits to the Finder (or Switcher/Servant/Juggler if youΓÇÖre using them instead).
  90.  
  91. --------
  92. '